home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
cli
/
mx2src.arc
/
LOGIN.DEF
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Modula Definition
|
1989-01-05
|
184 b
|
11 lines
DEFINITION MODULE LOGIN;
(* read passwd file and sign on user *)
PROCEDURE login;
(* encrypt password *)
PROCEDURE crypt(VAR red,crypto: ARRAY OF CHAR);
END LOGIN.